/*电子地图*/
.map{padding: 30px 0;}
.map .title{ font-size: 22px; line-height: 34px;}
.map img{max-width: 100%;}

/*友情链接*/

.link{overflow: hidden; border-bottom: 1px solid #555555; margin-bottom: 30px;}
.link h2{float: left; font-size: 16px; font-weight:bold; color: #f8bd01; line-height: 66px; width: 80px;}
.link ul{float: left; width: calc((100% - 80px));}
.link ul li{float: left;line-height: 66px; padding: 0 10px;}
.link ul li a{color: #FFF;}
.link ul li a:hover{color: #f8bd01;}


/*搜索查询*/
.search {overflow: hidden;border-bottom: 1px solid #e2e2e2;}
.search-left{float: left;padding: 22px 0; }
.search-left span{display: block; color: #999; height: 38px;line-height: 38px;}
.search-left span b{color: #333;}
.search-right{float: right;padding: 22px 0;}
.search-right input{float: left; color: #666; height: 38px;line-height: 38px; padding-left: 20px; width: 200px; border-radius: 20px 0 0 20px;  background: #f1f1f1;}
.search-right .search-go{float: left;background:url(../images/ss.jpg) no-repeat;height: 38px;width: 40px; cursor: pointer;border-radius:0;}

/*搜索结果*/
.search_result{overflow: hidden;}
.search_result ul{}
.search_result ul li{ float: left; width: 100%; border-bottom: 1px solid #E7E7E7; padding: 8px 0;}
.search_result ul li h2{ font-weight: bold; font-size: 16px;}
.search_result ul li time{ color: #999;}
.search_result ul li p{line-height: 28px;}


/*地图*/
.map .title{ font-size: 22px; line-height: 34px;}



/*TAG标签*/
.tag{border-top: 1px dashed #e7e7e7;border-bottom: 1px dashed #e7e7e7;line-height:36px;}

.tags{overflow: hidden;}
.tags ul{}
.tags ul li{float: left; border: 1px dashed #e7e7e7;line-height:36px;padding: 0px 10px; margin: 0 6px;}


/*分页样式*/
.page{ text-align: center; padding: 50px 0;}
.page span{padding:8px 12px; margin: 0 5px; border: 1px solid #E7E7E7;border-radius: 3px;}
.page a{padding:8px 12px; margin: 0 5px; border: 1px solid #E7E7E7;border-radius: 3px;}
.page span.a{ background: #333;border-radius: 3px; color: #FFF; border: 1px solid #333;}

/*上一条,下一条*/
.Previous{border-bottom: 1px solid #e7e7e7;line-height:40px; padding: 15px 0;}